home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / Mike's Externals.cpt / Mike's Externals / card_4971.txt < prev    next >
Text File  |  1990-02-22  |  817b  |  33 lines

  1. -- card: 4971 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2764
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 17
  9. ----- text -----
  10. FileName
  11.  
  12. -- part contents for background part 18
  13. ----- text -----
  14. Gary Bond
  15.  
  16. -- part contents for background part 19
  17. ----- text -----
  18. XFCN
  19.  
  20. -- part contents for background part 20
  21. ----- text -----
  22. FileName("TYPE")
  23.  
  24. -- part contents for background part 21
  25. ----- text -----
  26. This will return the complete pathname for a file to be selected by the user via the familiar Standard File Dialog.  Specify the type of file you are looking for, such as 
  27. "STAK" for hypercard stacks, "TEXT" for text files, etc.
  28.  
  29. -- part contents for background part 23
  30. ----- text -----
  31. put filename("STAK") into mystack
  32. put filename("") into anyfile
  33. put filename("FSSD") into sndfilename